tools/b43-tools: update to latest version, fix C23 build
authorNick Hainke <[email protected]>
Sun, 4 May 2025 20:38:10 +0000 (22:38 +0200)
committerHauke Mehrtens <[email protected]>
Sun, 8 Jun 2025 19:28:26 +0000 (21:28 +0200)
commit898c336e895778ee6f5b37ce7a19f546c4b33467
treebb847f1f73bab53466f70976f87f086d152b4613
parentfe37f2e52a16fdc201c27ce2451682a103b63e86
tools/b43-tools: update to latest version, fix C23 build

Update b43-tools to the latest upstream version to fix a
compilation error with C23:

  util.h:25:15: error: 'bool' cannot be defined via 'typedef'
     25 | typedef _Bool bool;
        |               ^~~~

Changelog:
c6fc53f replace custom bool typedef with <stdbool.h>
dadf30c fix format warning in compilation
2fe10ea b43-fwdump: Fix forwarding of arguments to disassembler

Link: https://github.com/openwrt/openwrt/pull/18708
Signed-off-by: Nick Hainke <[email protected]>
(cherry picked from commit f8da45e25d9efcabbad65f1300de1bca7718b134)
Link: https://github.com/openwrt/openwrt/pull/19065
Signed-off-by: Hauke Mehrtens <[email protected]>
tools/b43-tools/Makefile